home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act1 / 00368.ls < prev    next >
Encoding:
Text File  |  1995-04-03  |  107 b   |  10 lines

  1. on mouseUp
  2.   go("start")
  3. end
  4.  
  5. on exitFrame
  6.   if not (the soundBusy of 1) then
  7.     go("start")
  8.   end if
  9. end
  10.